Skip to main content
POST
Bind tags to memories [Cloud]

Authorizations

Authorization
string
header
required

API key issued by EverOS, sent as Authorization: Bearer <api_key>.

Body

application/json
memory_type
string
required

The type of the memories being tagged. "episode" is what this phase supports; agent cases and skills onboard later without an API change.

Minimum string length: 1
memory_ids
string[]
required

The memories to tag, by id (1–200 per request). Ids come from /api/v2/memory/get or /api/v2/memory/search.

Required array length: 1 - 200 elements
tags
string[]
required

Tags to add (1–100 per request, each 1–32 characters). Tags the memories already carry are left in place.

Required array length: 1 - 100 elements
Required string length: 1 - 32

Response

Successful Response

request_id
string
required

Request trace id (peer to data)

data
TagBindData · object
required

Endpoint-defined business result